home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = tcc +GTEST.CFG
- TASM = TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- .asm.obj:
- $(TASM) {$< }
-
-
- # *List Macros*
-
-
- EXE_dependencies = \
- gtest.obj \
- grphscrn.obj \
- gwsounit.obj \
- isounit.obj \
- gfsounit.obj \
- grsounit.obj \
- fsounit.obj \
- rsounit.obj \
- scrnsty.obj \
- msmouse.obj \
- keybrd.obj
-
- # *Explicit Rules*
- gtest.exe: gtest.cfg $(EXE_dependencies)
- $(TLINK) /v/s/c @&&|
- c:\tcpp\lib\c0l.obj+
- gtest.obj+
- grphscrn.obj+
- gwsounit.obj+
- isounit.obj+
- gfsounit.obj+
- grsounit.obj+
- fsounit.obj+
- rsounit.obj+
- scrnsty.obj+
- msmouse.obj+
- keybrd.obj
- gtest,gtest
- c:\tcpp\lib\graphics.lib+
- c:\tcpp\lib\emu.lib+
- c:\tcpp\lib\mathl.lib+
- c:\tcpp\lib\cl.lib
- |
-
-
- # *Individual File Dependencies*
- gtest.obj: gtest.cpp
-
- grphscrn.obj: grphscrn.cpp
-
- gwsounit.obj: gwsounit.cpp
-
- isounit.obj: isounit.cpp
-
- gfsounit.obj: gfsounit.cpp
-
- grsounit.obj: grsounit.cpp
-
- fsounit.obj: fsounit.cpp
-
- rsounit.obj: rsounit.cpp
-
- scrnsty.obj: scrnsty.cpp
-
- msmouse.obj: msmouse.cpp
-
- keybrd.obj: keybrd.cpp
-
- # *Compiler Configuration File*
- gtest.cfg: gtest.mak
- copy &&|
- -ml
- -v
- -O
- -Z
- -V
- -vi-
- -wbbf
- -wpin
- -wamb
- -wamp
- -wasm
- -wpro
- -wcln
- -wdef
- -wsig
- -wnod
- -wstv
- -wucp
- -wuse
- -IC:\TCPP\INCLUDE
- -LC:\TCPP\LIB
- | gtest.cfg
-
-
-